home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(enterFrame){
- if(_root.gameOver == "true" and this._currentframe < 12)
- {
- this.gotoAndPlay("fall");
- }
- if(_root.scrollSpeed < 25 and _root.BigBird.scrollStart == true)
- {
- _root.scrollSpeed += 0.01;
- }
- if(_root.sky._x > -1200 and _root.BigBird.scrollStart == true)
- {
- _root.sky._x -= 2;
- }
- else
- {
- _root.sky._x = 0;
- }
- this._x = _root.BigBird._x - 175;
- this._y = _root.BigBird._y - 120;
- }
-